projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d695cb9
)
Spelling fix.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 6 Apr 2013 07:33:18 +0000
(
00:33
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 6 Apr 2013 07:33:18 +0000
(
00:33
-0700)
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 735af25502dcd29b36115bb4664da9cc297d61cd..f9799035b3c293b9c02b4106f81373fe25bc4509 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-6152,7
+6152,7
@@
check_ascii (struct coding_system *coding)
}
-/* Return the number of charcters at the source if all the bytes are
+/* Return the number of char
a
cters at the source if all the bytes are
valid UTF-8 (of Unicode range). Otherwise, return -1. By side
effects, update coding->eol_seen. The value of coding->eol_seen is
"logical or" of EOL_SEEN_LF, EOL_SEEN_CR, and EOL_SEEN_CRLF, but